home *** CD-ROM | disk | FTP | other *** search
/ FDR / FDR.iso / FDR / FDR.DXR / 00007_demo idle.ls < prev    next >
Encoding:
Text File  |  1996-10-22  |  112 b   |  10 lines

  1. global vDelim
  2.  
  3. on exitFrame
  4.   go(the frame)
  5. end
  6.  
  7. on mouseUp
  8.   go(1, the pathName & "DATA" & vDelim & "0_0")
  9. end
  10.